.container{
	min-width: 1170px;
}
.container-fluid{
	min-width: 1170px;
	padding: 0;
}

a{
    text-decoration: none !important ;
}

.container{
	min-width: 1200px;
}

.opacityShow{
	opacity : 1;
	transition: opacity 1s;
	-moz-transition: opacity 1s;	/* Firefox */
	-webkit-transition: opacity 1s;	/* Safari 和 Chrome */
	-o-transition: opacity 1s;	/* Opera */
}

.opacityHide{
	opacity : 0  ;
	transition: opacity 1s;
	-moz-transition: opacity 1s;	/* Firefox */
	-webkit-transition: opacity 1s;	/* Safari 和 Chrome */
	-o-transition: opacity 1s;	/* Opera */
	/*display:none;*/
}

.cover{
	background-size: cover;
}

.header-c .logo-c{
	line-height: 80px;
}

.header-c .nav{
	position: fixed;
	left: 0;
	top : 0;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 80px;
	/*border-bottom: 1px solid #fff;*/
	z-index: 100;
}

.header-c .nav ul{
	width: 100%;
	/*width: 64%;*/
}

.header-c .nav .nav-item{
	width: 20%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 80px;
}

.header-c .nav .nav-item a{
}

.header-c .search-c{
/*	border-radius: 20px;
	background-color: rgba(0,0,0,0.5);
	width: 180px;
	float: right;
	border: 1px #4f545a solid;
    margin-top: 24px;
	overflow: hidden;*/

	border-radius: 25px;
    background-color: rgba(0,0,0,0.5);
    width: 180px;
    float: right;
    margin-top: 24px;
    overflow: hidden;
}

.header-c .search-c #search{
	border: 0;
    padding: 5px 5px 5px 10px;
    background-color: rgba(0,0,0,0);
    width: 140px;
    outline:none;
    color: #fff;
	font-size: 16px;
	float: left;	
	
}

.header-c .search-c a{
	display: block;
	float: left;
	line-height: 35px;
}

.banner-c{
	min-width: 1200px;
}

.foot-c{
	background-image: url('/home/img/footBg.jpg') ;
	background-color: #141c1f;;
	background-position: center;
	min-width: 1200px;
}

.foot-item-c{
	display: flex;
	text-align: center;
	padding-bottom: 60px;
	justify-content: space-between ;
    width: 800px;
    margin: 0 auto;
}

.foot-item{
	vertical-align: top;
}

.foot-item:last-child .foot-link{
	text-align: left;
}

.foot-item .foot-link{
	color: #fff;
	display: block;
	text-align: center;
	    font-size: 15px;
	line-height: 2.5;
	/*padding: 0 40px;*/
	padding: 0 16px;
}

.foot .bottom {
	overflow: hidden;
	min-width: 1200px;
	background-color: #014d8b;
}
.foot .bottom .left{
	height: 60px;
	/*background-color: #014d8b;*/
	float: left;
	max-width: 56%;
	width: 1200px;
	overflow: hidden;
}

.foot .bottom .left ul{
	float: right;
	width: 600px;
	padding-top: 28px;
}

.foot .bottom .left ul li{
	padding:0 17px;
}

.foot .bottom .right{
	float: left;	
}

.foot .bottom .right p{
	color: #fff;
	padding: 25px 38px;
}